데이터를 불러오는 중...
해당 챌린지를 찾을 수 없습니다.
📝 신청자관리는 준비중입니다.
👥 참가자관리는 준비중입니다.
챌린지명 |
{{ challenge.name }} |
|---|---|
참가비 |
{{ formatFee(challenge.fee) }} |
기간 |
{{ formatDate(challenge.start_date) }} ~ {{ formatDate(challenge.end_date) }} |
최대 참가자 |
{{ challenge.max_participants }}명 |
총 라운드 |
{{ challenge.total_rounds }}R |
타이틀 이미지 |
|
현재 상태 |
{{ statusLabel(challenge.derived_status) }} ({{ formatDateTime(challenge.closed_at) }} 마감) |
노출 여부 |
{{ challenge.status_YN === 'Y' ? '사용중' : '미사용' }} |
등록일 |
{{ formatDateTime(challenge.created_at) }} |
상세내용 |
라운드 정보
라운드 {{ round.round_no }}
{{ round.place_mode === 'all' ? '전체 장소에 동일 적용' : '장소별 개별 설정' }}
ㆍ 진출자 {{ round.qualified }}{{ rIdx === 0 ? '명' : '%' }}
마감 ({{ formatDateTime(round.closed_at) }})
배정 아이템 ({{ round.items.length }})
-
🎁{{ it.name || '?' }}
배정된 아이템이 없습니다.
장소 {{ pIdx + 1 }}
{{ placeCountText(place.onboards) }}
장소 목록
{{ o.place_type === 'onboard' ? '🚤' : '🎣' }} {{ o.place_name || '(삭제됨)' }}
배정 아이템 ({{ place.items.length }})
-
🎁{{ it.name || '?' }}
배정된 아이템이 없습니다.
{{ successMessage }}
{{ errorMessage }}